UInt64NINumericUInt64NAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Add(
UInt64N value
)
Private Function Add (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).Add
private:
virtual UInt64N Add(
UInt64N value
) sealed = INumeric<UInt64N>::Add
private abstract Add :
value : UInt64N -> UInt64N
private override Add :
value : UInt64N -> UInt64N
- value UInt64N
- The value to add to the current value.
UInt64NThe sum of the current value and
value.
INumericTSelfAdd(TSelf)